interact

abstract fun interact(widget: OnClickTextFieldWidget, isKeyboard: Boolean, keyCode: Int, scanCode: Int, modifiers: Int)

interaction callback from an OnClickTextFieldWidget

Author

fzzyhmstrs

Since

0.3.0

Parameters

widget

OnClickTextFieldWidget - context from the widget calling back

isKeyboard

Boolean - if this callback is passing valid keyboard inputs. If false, keyCode, scanCode, and modifiers are dummy values

keyCode

Int - if isKeyboard, the keycode passed through from keyPressed

scanCode

Int - if isKeyboard, the scancode passed through from keyPressed

modifiers

Int - if isKeyboard, the modifiers passed through from keyPressed